home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <!DOCTYPE schema SYSTEM "urn:x-commerceone:document:com:commerceone:xdk:xml:schema.dtd$1.0">
-
- <schema uri="urn:x-commerceone:document:com:commerceone:CBL:CBL.sox$1.0" >
-
- <intro>
- <p>Copyright Notice</p>
- <p>Common Business Library 2.0<br/>
- Copyright 1999 Commerce One, Inc.</p>
- <p>Permission is granted to use, copy, modify and distribute the DTD's, schemas
- and modules in the Commerce One Common Business Library Version 2.0 subject to the terms
- and conditions specified at http://www.marketsite.net/xml/cbl/copyright.html</p>
- </intro>
- <!--
- <![CDATA[
- A ProdCatGroup identifies a product as belonging to a product
- group. The group may indicate the Catalog a product is in,
- a group of products with the same price, or some product group.
-
- Example XML:
- <ProductGroup>
- <GroupType>SamePrice</GroupType>
- <GroupCode>N32</GroupCode>
- </ProductGroup>
- ]]>
- -->
-
- <elementtype name="ProdCatGroup">
- <model>
- <sequence>
- <!-- The type of group. Example: SamePrice for
- a group of products with the same price. / -->
- <element type="ProdCatGroupType" name="GroupType" />
-
- <!-- A coded value for the name of the group. / -->
- <element type="string" name="GroupCode" occurs="?" />
-
- <!-- The Agency that understands the coded value. / -->
- <element type="Agency" occurs="?" />
-
- <!-- The name of the group in text. This
- should not be provided if a GroupCode is used. / -->
- <element type="string" name="GroupName" occurs="?" />
- </sequence>
- </model>
-
- </elementtype>
-
- <!-- The type of the group. This comes from EAN codelist 5379.
- / -->
- <datatype name="ProdCatGroupType">
- <enumeration datatype="NMTOKEN">
- <option>Catalog</option>
- <option>SamePrice</option>
- <option>ProdGroup</option>
- </enumeration>
- </datatype>
-
- <!-- A container for a list of one or more ProdCatDoc / -->
- <elementtype name="ListOfProdCatGroup">
- <model>
- <element type="ProdCatGroup" occurs="+" />
- </model>
- </elementtype>
-
-
- </schema>
-